projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa21fde
)
Fix typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 21:46:48 +0000
(21:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 21:46:48 +0000
(21:46 +0000)
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index 0b51e14ad04dd804b9dc69036dda6b50ffacf16e..787fcc3ce66c00c0e3a175580140aabd0aab934c 100644
(file)
--- a/
src/filelock.c
+++ b/
src/filelock.c
@@
-42,7
+42,7
@@
extern int errno;
extern char *egetenv ();
extern char *strcpy ();
-#ifndef
(__386bsd__)
+#ifndef
__386bsd__
extern struct passwd *getpwuid ();
#endif